home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This program will print the Race! documentation to the printer port.
- echo Press a key to continue or press Control-Break to abort the program.
- pause
- echo Please wait while the documentation is being printed.
- copy race.doc prn
- echo The printing of the documentation is finished.
- echo on